home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / isode / pp.txt < prev    next >
Text File  |  1996-11-17  |  1KB  |  27 lines

  1. These are patches against PP 6.0.
  2.  
  3. As with my ISODE patches much of this is to do with building a shared
  4. library consisting of libpp.a. This is not elegant but probably
  5. requires less twiddling during building than the shared libisode.a.
  6. The memory space used by this shared library is the top half of that
  7. registered for ISODE. I should perhaps split it and register the
  8. PP half seperately.
  9.  
  10.   There are also some fixes in here to avoid doing stupid things like
  11. freeing malloced memory multiple times, trying to fclose(NULL) etc.
  12.  
  13.   Note that I am not in a position to test the X.400 channels in any
  14. real way however the utility channels and SMTP appear fully working.
  15. Offers of sponsorship are welcome :-).
  16.  
  17.   As with the ISODE stuff precompiled binaries should be in the same
  18. place you found this. If you aren't using the Purple Distribution's
  19. package manager you will need to read the .../PKG/map files in each
  20. archive to figure out where things go. You *will* need to get the
  21. documentation for PP if you expect to set it up at all. I won't upload
  22. it myself but the archive maintainer may have put it in the same
  23. directory as this. If not it can be found on src.doc.ic.ac.uk under
  24. /packages/isode/pp among other places.
  25.  
  26.     Mike Jagdis <jaggy@purplet.demon.co.uk>
  27.